[INFO] cloning repository https://github.com/dlbradford/notry-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dlbradford/notry-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlbradford%2Fnotry-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlbradford%2Fnotry-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 171166ea801bd01c64b1440ec8d809d839518866
[INFO] checking dlbradford/notry-rs against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlbradford%2Fnotry-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dlbradford/notry-rs
[INFO] finished tweaking git repo https://github.com/dlbradford/notry-rs
[INFO] tweaked toml for git repo https://github.com/dlbradford/notry-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dlbradford/notry-rs on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dlbradford/notry-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tui-textarea v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1918b237cbfd98ed42c86295681c507384e606ca8806e8f3a53c36a1a0a6a7fa
[INFO] running `Command { std: "docker" "start" "1918b237cbfd98ed42c86295681c507384e606ca8806e8f3a53c36a1a0a6a7fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1918b237cbfd98ed42c86295681c507384e606ca8806e8f3a53c36a1a0a6a7fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1918b237cbfd98ed42c86295681c507384e606ca8806e8f3a53c36a1a0a6a7fa" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1918b237cbfd98ed42c86295681c507384e606ca8806e8f3a53c36a1a0a6a7fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1918b237cbfd98ed42c86295681c507384e606ca8806e8f3a53c36a1a0a6a7fa" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tui-textarea v0.7.0
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking notry-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variants `InvalidPath` and `ImportFailed` are never constructed
[INFO] [stdout]   --> src/error.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum NotryError {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 15 |     InvalidPath(String),
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     ImportFailed(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NotryError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Refresh`, `SearchClear`, `EditNote`, `CreateNote`, and `ShowHelp` are never constructed
[INFO] [stdout]   --> src/event/action.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum Action {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  9 |     Refresh,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     SearchClear,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     EditNote(i64),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 35 |     CreateNote(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     ShowHelp,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Action` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `depth` and `is_modal_open` are never used
[INFO] [stdout]   --> src/state/mod.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl ScreenStack {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn depth(&self) -> usize {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn is_modal_open(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_scroll` is never used
[INFO] [stdout]   --> src/state/browse.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl BrowseState {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn update_scroll(&mut self, visible_height: usize) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `note_id` is never read
[INFO] [stdout]  --> src/state/confirm.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 |     DiscardChanges { note_id: i64 },
[INFO] [stdout]   |     --------------   ^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ConfirmContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `DeleteNote` is never constructed
[INFO] [stdout]  --> src/state/confirm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum ConfirmContext {
[INFO] [stdout]   |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 6 |     DeleteNote { note_id: i64 },
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ConfirmContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `delete_note` is never used
[INFO] [stdout]   --> src/state/confirm.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl ConfirmState {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn delete_note(note_id: i64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_scroll` is never used
[INFO] [stdout]    --> src/state/import.rs:222:12
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl ImportState {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 222 |     pub fn update_scroll(&mut self, visible_height: usize) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_scroll` is never used
[INFO] [stdout]    --> src/state/search.rs:102:12
[INFO] [stdout]     |
[INFO] [stdout]  21 | impl SearchState {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn update_scroll(&mut self, visible_height: usize) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_title_and_body` is never used
[INFO] [stdout]    --> src/store/mod.rs:172:12
[INFO] [stdout]     |
[INFO] [stdout]  17 | impl NoteStore {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 172 |     pub fn update_title_and_body(&self, id: i64, title: &str, body: &str) -> Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `snippet` are never used
[INFO] [stdout]   --> src/store/note.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Note {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 15 |     pub fn new(id: i64, title: String, body: String) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn snippet(&self, max_len: usize) -> String {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `error` and `success` are never read
[INFO] [stdout]   --> src/ui/theme.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Theme {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub error: Color,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 17 |     pub success: Color,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `error_style` and `success_style` are never used
[INFO] [stdout]   --> src/ui/theme.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Theme {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn error_style(&self) -> Style {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub fn success_style(&self) -> Style {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `InvalidPath` and `ImportFailed` are never constructed
[INFO] [stdout]   --> src/error.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum NotryError {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 15 |     InvalidPath(String),
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     ImportFailed(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NotryError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Refresh`, `SearchClear`, `EditNote`, `CreateNote`, and `ShowHelp` are never constructed
[INFO] [stdout]   --> src/event/action.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum Action {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  9 |     Refresh,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     SearchClear,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     EditNote(i64),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 35 |     CreateNote(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     ShowHelp,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Action` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `depth` and `is_modal_open` are never used
[INFO] [stdout]   --> src/state/mod.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl ScreenStack {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn depth(&self) -> usize {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn is_modal_open(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_scroll` is never used
[INFO] [stdout]   --> src/state/browse.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl BrowseState {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn update_scroll(&mut self, visible_height: usize) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `note_id` is never read
[INFO] [stdout]  --> src/state/confirm.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 |     DiscardChanges { note_id: i64 },
[INFO] [stdout]   |     --------------   ^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ConfirmContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `DeleteNote` is never constructed
[INFO] [stdout]  --> src/state/confirm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum ConfirmContext {
[INFO] [stdout]   |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 6 |     DeleteNote { note_id: i64 },
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ConfirmContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `delete_note` is never used
[INFO] [stdout]   --> src/state/confirm.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl ConfirmState {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn delete_note(note_id: i64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_scroll` is never used
[INFO] [stdout]    --> src/state/import.rs:222:12
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl ImportState {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 222 |     pub fn update_scroll(&mut self, visible_height: usize) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_scroll` is never used
[INFO] [stdout]    --> src/state/search.rs:102:12
[INFO] [stdout]     |
[INFO] [stdout]  21 | impl SearchState {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn update_scroll(&mut self, visible_height: usize) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_title_and_body` is never used
[INFO] [stdout]    --> src/store/mod.rs:172:12
[INFO] [stdout]     |
[INFO] [stdout]  17 | impl NoteStore {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 172 |     pub fn update_title_and_body(&self, id: i64, title: &str, body: &str) -> Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `snippet` are never used
[INFO] [stdout]   --> src/store/note.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Note {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 15 |     pub fn new(id: i64, title: String, body: String) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn snippet(&self, max_len: usize) -> String {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `error` and `success` are never read
[INFO] [stdout]   --> src/ui/theme.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Theme {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub error: Color,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 17 |     pub success: Color,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `error_style` and `success_style` are never used
[INFO] [stdout]   --> src/ui/theme.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Theme {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn error_style(&self) -> Style {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub fn success_style(&self) -> Style {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.14s
[INFO] running `Command { std: "docker" "inspect" "1918b237cbfd98ed42c86295681c507384e606ca8806e8f3a53c36a1a0a6a7fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1918b237cbfd98ed42c86295681c507384e606ca8806e8f3a53c36a1a0a6a7fa", kill_on_drop: false }`
[INFO] [stdout] 1918b237cbfd98ed42c86295681c507384e606ca8806e8f3a53c36a1a0a6a7fa
